Add to Collection
The "Add To Collection" activity in AutomatR facilitates the dynamic building of collections by adding elements to an existing collection. This is useful when you need to create, modify, or extend lists, arrays, or other collection types during the course of your automation workflow.
Name | Description |
---|---|
Misc | |
Collection | Specifies the target collection to which the item will be added. Supports a variable of type List , Array , or other collection types. |
Display Name | This property allows you to customize the display name of the activity within the workflow. |
Item | Specifies the item or element that you want to add to the collection. Supports a variable of any data type, including Boolean , Int32 , String , Object , and Array of Types . |
Type Argument | Defines the data type of the elements in the collection. Options include Boolean, Int32, String, Object, Array of Types, and Browse for Types (allowing the user to select a .NET Type from the browse list). |
Effectively configuring these properties enables the dynamic and controlled addition of elements to collections, providing a powerful tool for managing and manipulating data structures in UiPath workflows.